PriorityQueue.get

Gets the front item (FIFO) of the queue

struct PriorityQueue(T, U = ubyte)
U
get
()

Return Value

Type: U

The first item in queue sorted based upon the priority

Meta